home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1993-10-25 | 805 b | 23 lines | [.Ob./.Ob5] |
- Syntax10.Scn.Fnt
- ParcElems
- Alloc
- LineElems
- Alloc
- Syntax10i.Scn.Fnt
- Sort.Sort * Sort marked viewer
- Sort.Sort ^ selection
- Sort.Sort Test.Text file
- Sort.Sort */r in reverse order
- Sort.Sort */e include empty lines ({TAB | SPACE} CR)
- Sort.Sort */u don't keep duplicates (unique lines only)
- Sort.Sort */reu all of the above
- Sorts CR terminated lines and displays them in a separate viewer Sorted.Text.
- Syntax:
- Sort.Sort ("^" | "*" | <name>) ["/" {c}] where c IN {"r", "e", "u"}
- Limitations:
- Max line length: 256 (including CR)
- Max lines: 2000
- Exceeding the limits results in a trap.
- WriteElements appear as characters and are not kept in the text.
- Fonts and other attributes are not kept.
-